packaging: Update spec file per Fedora review
authorColin Walters <walters@verbum.org>
Fri, 21 Sep 2012 00:11:59 +0000 (20:11 -0400)
committerColin Walters <walters@verbum.org>
Fri, 21 Sep 2012 00:12:01 +0000 (20:12 -0400)
See https://bugzilla.redhat.com/show_bug.cgi?id=819951

packages/ostree.spec.in

index 485b6c7a0fdb36ad45723efba09636bb651eeb92..5f6cd8b2a01ee0072cb7583141b50895e66317f7 100644 (file)
@@ -20,7 +20,7 @@ Version: 2012.8
 Release: 1%{?dist}
 #VCS: git:git://git.gnome.org/ostree
 Source0: http://ftp.gnome.org/pub/GNOME/sources/ostree/%{version}/%{build_name}-%{version}.tar.gz
-License: LGPLv2+
+License: LGPLv2+ and GPLv2+ and BSD
 URL: http://live.gnome.org/OSTree
 # We always run autogen.sh
 BuildRequires: autoconf automake libtool
@@ -67,14 +67,12 @@ env NOCONFIGURE=1 ./autogen.sh
 make %{?_smp_mflags}
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-,root,root)
 %{_bindir}/ostree
 %{_bindir}/ostree-pull
 %{_bindir}/ostree-run-triggers